home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1997 March / Image.iso / wd.dxr / Namen_15_Spieler unsichtbar machen.ls < prev    next >
Encoding:
Text File  |  1996-10-28  |  182 b   |  9 lines

  1. global gNoPlayers
  2.  
  3. on exitFrame
  4.   repeat with i = gNoPlayers + 1 to 4
  5.     set the visible of sprite (7 - 1 + i) to 0
  6.     set the visible of sprite (11 - 1 + i) to 0
  7.   end repeat
  8. end
  9.